_scripts/demo-schemas/invoice-history[2].avsc (31 lines of code) (raw):

{ "type": "record", "name": "InvoiceHistory", "namespace": "com.epam.eco.schemacatalog.demo", "fields": [ { "name": "id", "type": "int" }, { "name": "invoiceId", "type": "int" }, { "name": "notes", "type": "string" }, { "name": "createdAt", "type": "int", "default": 0, "logicalType": "date" }, { "name": "lastModifiedAt", "type": "int", "default": 0, "logicalType": "date" } ] }